home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000925_sojka@daeron.ics.muni.cz_Tue Sep 13 22:00:37 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from aragorn.ics.muni.cz by cs.umb.edu with SMTP id AA01796
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 13 Sep 1994 13:59:54 -0400
  3. Received: from daeron (daeron.ics.muni.cz) by aragorn.ics.muni.cz with SMTP id AA03937
  4.   (5.67a8/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 13 Sep 1994 19:59:29 +0200
  5. Received: by daeron id AA20015
  6.   (5.67b8/IDA-1.4.4 for tex-k@cs.umb.edu); Tue, 13 Sep 1994 20:00:41 +0200
  7. From: Petr Sojka <sojka@daeron.ics.muni.cz>
  8. Message-Id: <199409131800.AA20015@daeron>
  9. Subject: __XtInherit undefined
  10. To: tex-k@cs.umb.edu
  11. Date: Tue, 13 Sep 1994 20:00:37 +0200 (MET DST)
  12. Organization: Masaryk University, Brno, The Czech Republic
  13. Postal-Address: Institute of Computer Science, Buresova 20, 60200 Brno
  14. Telephone: +42-5-41321237 ext. 283, Fax: +42-5-41212747 
  15. X-Mailer: ELM [version 2.4 PL23]
  16. Content-Type: text
  17. Content-Length: 2402      
  18.  
  19. Hi.
  20. I am trying to compile xdvik-18b under SunOS 4.1.1 on sun3.
  21. dvipsk-5.58a (with kpathsea 2.1) went smoothly with
  22. defaults, but with xdvi I got:
  23. ~
  24. ...
  25.   test ! -d $d || (cd $d; make  CFLAGS='-g ' prefix=/usr/local/tex exec_prefix=/usr/local/tex  bindir=/usr/local/tex/bin scriptdir=/usr/local/tex/bin libdir=/usr/local/tex/lib  datadir=/usr/local/tex/lib infodir=/usr/local/tex/info includedir=/usr/local/tex/include  manext=1 mandir=/usr/local/tex/man/man1  texmf=/usr/local/tex/lib/texmf  texinputdir=/usr/local/tex/lib/texmf/tex mfinputdir=/usr/local/tex/lib/texmf/mf  fontdir=/usr/local/tex/lib/texmf/fonts  fmtdir=/usr/local/tex/lib/texmf/ini basedir=/usr/local/tex/lib/texmf/ini  texpooldir=/usr/local/tex/lib/texmf/ini mfpooldir=/usr/local/tex/lib/texmf/ini  install_fonts=true  dvipsdir=/usr/local/tex/lib/texmf/dvips psheaderdir=/usr/local/tex/lib/texmf/dvips  default_texsizes='300:600'   default); done
  26. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c xdvi.c
  27. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c dvi_draw.c
  28. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c dvi_init.c
  29. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c events.c
  30. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c font-open.c
  31. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c gf.c
  32. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c pk.c
  33. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c psdps.c
  34. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c psgs.c
  35. gcc  -I. -I./../xdvik  -I.. -I./../xdvik/..   -DBUTTONS -DPS_GS  -g -c squeeze.c
  36. gcc  -o squeeze squeeze.o ../kpathsea/kpathsea.a  -lXaw -lXmu -lXt -lXext  -lX11   -lm 
  37. ./squeeze ./../xdvik/psheader.txt psheader.c
  38. ld.so: Undefined symbol: __XtInherit
  39. *** Error code 127
  40. make: Fatal error: Command failed for target `psheader.c'
  41. Current working directory /usr/local/tex-ps/xdvik-18b/xdvik
  42. *** Error code 1
  43. make: Fatal error: Command failed for target `default'
  44. $ uname -a
  45. SunOS sun12.vsz 4.1.1 2 sun3
  46.  
  47. Can any X-librarian expert help?
  48.  
  49. Another question:
  50. Which steps should be taken to compile web2c-6.1 with kpathsea-2.1?
  51. Simply new link to dvipsk-5.58a kpathsea subtree doesn't help.
  52. Should we wait for some web2c-6.1b release?
  53.  
  54. Thanks in advance
  55. Petr <sojka@muni.cz>
  56.